/*
	byo - 2007
	v0.3
*/

html {
	/*height: 100%;*/
}

body {
	/*height: 100%;*/
	margin: 0px;
	padding: 0px; /* opera */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 10px 0px;
	font-size: 24px;
}

p {
	margin: 0px;
}

/* forms */
form {
	margin: 0px;
}

input,
select,
textarea {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.xs,
select.xs,
textarea.xs {
	width: 15px;
}

input.s,
select.s,
textarea.s {
	width: 50px;
}

input.m,
select.m {
	width: 150px;
}

input.l,
select.l {
	width: 250px;
}

input.xl,
select.xl {
	width: 350px;;
}

input.xl2
{
width:280px;
}

input.date {
	width: 70px;
}

input.xxl,
select.xxl,
textarea.m,
textarea.l,
textarea.xl,
textarea.xxl {
	width: 450px;;
}

textarea.m {
	height: 100px;
}

textarea.l {
	height: 200px;
}
textarea.l2
{
width:400px;
height:150px;
}

textarea.xl {
	height: 300px;
}

textarea.xxl {
	height: 400px;
}

input.button {
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #333333;
}

/* /forms */

/* table */
table {
	width: 100%;
}

/* /table */

/* links */
a img {
	border: none;
}
/* /links */

div.clearer { /* v0.3 */
	line-height: 0.1px;
	height: 0px;
	clear: both;
}

div.clearer-left { /* v0.4 */
	line-height: 0.1px;
	clear: left;
}

div.img-loading {
	display: none;
}
